home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / SkiDooTT.swf / scripts / DefineButton2_60 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-08-08  |  123 b   |  11 lines

  1. on(release){
  2.    if(_currentframe != 1)
  3.    {
  4.       gotoAndStop(1);
  5.    }
  6.    else
  7.    {
  8.       gotoAndStop(2);
  9.    }
  10. }
  11.